home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / LEOWINMV / DATABASE.DIR / 00104_Script_COPY < prev    next >
Text File  |  1996-03-28  |  250b  |  12 lines

  1. -- --------------------------------------------------------------
  2. -- Handler clickCopyButton is called when the user clicks the copy
  3. -- button
  4.  
  5. on clickCopyButton
  6.   global copyButton
  7.   
  8.   activateButtonThenEnable(copyButton)
  9.   doCopy
  10. end
  11.  
  12.